home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / JAZTOOL-.{14 / README.{__ < prev   
Text File  |  1999-09-17  |  2KB  |  49 lines

  1.  
  2. jaztool 1.0
  3. -----------
  4.  
  5. Iomega Jaz Tool for Linux
  6.  
  7.  
  8. Usage:  jaztool <dev> <command>
  9.  
  10. where <dev> must be the full name of a scsi device, eg: /dev/sdc, note
  11. that you must not specify a partition on the device.  <command> can
  12. be one of:
  13.  
  14.     eject    ejects the disk in the drive
  15.     ro    puts the disk into read-only mode, and ejects
  16.     rw      puts the disk into read-write mode, and ejects  
  17.     status  prints the read/write status of the disk
  18.  
  19. If the disk is in a password protected mode, you will be prompted for
  20. a password when you attempt to change the mode.  This version of 
  21. jaztool does not officially support putting the disk into the password
  22. protected read-only mode, but the command 'PWRO' will do this if you
  23. are really sure that you want to.  REMEMBER: if you forget the password,
  24. you will not be able to put the disk back into read-write mode.
  25.  
  26. NOTE:  The JAZ drive also supports a protection mode 5, under which the
  27. disk is neither readable nor writable until it is unlocked with a
  28. password.  This program cannot unlock a disk in mode 5 - as Linux is
  29. unable to open a disk that is not readable.  To support this feature
  30. would require patching the Linux kernel.  (And therefore, there is no
  31. command to put a disk into this mode, either.)
  32.   
  33. Whenever you change the write-protection mode, jaztool ejects the disk.
  34. This is done to ensure that Linux will recheck the mode before it attempts
  35. to use the disk again.
  36.  
  37. This distribtion includes a binary version (jaztool) compiled with 
  38. gcc 2.7.2 on the Linux 2.0.7 kernel
  39.  
  40. You can get the Latest verison at:
  41.     
  42.     http://www.cnct.com/~bwillmot/jaztool/
  43.  
  44.  
  45. Bob Willmot    
  46. bwillmot@cnct.com
  47. http://www.cnct.com/~bwillmot/
  48.  
  49. $Id: README,v 1.3 1996/07/27 17:50:31 root Exp $